
CDC/ACM USB driver for Mettler-Toledo ICS4xx/ICS6xx devices.

This file explains the content of this folder.

Content:
 - SignTools_v1.6.0.exe
   Will install the sign tools needed to sign the driver.
 - usbcdcacm_win_v2.15.0_full.exe
   Installs the driver and the driver package builder to build and sign the driver.
	 This may not be installed since the folder UsbCdcAcm_Win contains all installed files.
	 The files are already configured for the ICS devices.
 - ComodoCertificates
   Contains certificates from Comodo to do the signing.
	 https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/827/7/how-to-windows-kernel-mode-code-signing-wcomodo-certificates
 - Mettler-Toledo_ICS4-ICS6_USB_Driver
   Contains the all needed files and the script to compile the driver installation package.
	 See Mettler-Toledo_ICS4-ICS6_USB_Driver\USB_CDC-ACM_DriverCompilation.doc for more details.
	 The inf and sys files were copied from UsbCdcAcm_Win\V2.15.0\DriverPackageBuilder\driver_package\release\*
 - UsbCdcAcm_Win
   Contains the driver and the driver package builder from Thesycon (from file usbcdcacm_win_v2.15.0_full.exe).
	 The files are changed that the driver can be compiled and signed.

How to use:
  - Install the SignTools
  - Install NSIS and set the environment variable NSIS_BIN to the path to makensis.exe
  - run the build.cmd
